From 4e8508d255a4fb55b5c040f1275e58fbe9b2db85 Mon Sep 17 00:00:00 2001 From: Stuart Prescott Date: Wed, 7 May 2025 23:59:13 +1000 Subject: [PATCH] Fix paths set in Shiboken6Tools cmake files Mangle paths in the Shiboken6Tools cmake files a well as the Shiboken6 ones. With thanks to Sophie Brun for the bug report and solution. Closes: #1104849 --- debian/set-paths | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/set-paths b/debian/set-paths index f24da3c7..ddf5db3d 100755 --- a/debian/set-paths +++ b/debian/set-paths @@ -7,7 +7,7 @@ package="libshiboken6-dev" # Fix up cmake variables -for directory in "cmake/Shiboken6"; do +for directory in "cmake/Shiboken6" "cmake/Shiboken6Tools"; do sed -i " s|\"\${PACKAGE_PREFIX_DIR}/lib\"|/usr/lib/$DEB_HOST_MULTIARCH|; s|\${PACKAGE_PREFIX_DIR}|/usr|; -- 2.30.2